Skip to content

Conversation

@eduolivares
Copy link
Contributor

The kustomize lookup plugin runs on localhost (control node), but the values.yaml file was being copied on the remote host. This caused the generated values to be ignored when kustomize executed.

Changed to use slurp + copy with delegate_to localhost to ensure the values.yaml file is available on the control node where kustomize runs.

Assisted-By: Claude Code/claude-sonnet-4.5

The kustomize lookup plugin runs on localhost (control node), but the
values.yaml file was being copied on the remote host. This caused the
generated values to be ignored when kustomize executed.

Changed to use slurp + copy with delegate_to localhost to ensure the
values.yaml file is available on the control node where kustomize runs.

Assisted-By: Claude Code/claude-sonnet-4.5
Signed-off-by: Eduardo Olivares <[email protected]>
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 11, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign danpawlik for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/82e9d25848c543b6a636d6d56c3a7670

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 44m 52s
podified-multinode-edpm-deployment-crc RETRY_LIMIT in 9m 08s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 30m 19s
✔️ cifmw-crc-podified-edpm-baremetal-minor-update SUCCESS in 2h 27m 23s
✔️ cifmw-pod-zuul-files SUCCESS in 4m 39s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 13m 45s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 03s
✔️ cifmw-architecture-validate-hci SUCCESS in 5m 27s
✔️ build-push-container-cifmw-client SUCCESS in 21m 48s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 4m 45s

@eduolivares
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1ec386456a4142b5b1b48b22b78658d3

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 39s
podified-multinode-edpm-deployment-crc FAILURE in 19m 35s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 21m 24s
cifmw-crc-podified-edpm-baremetal-minor-update FAILURE in 30m 29s
✔️ cifmw-pod-zuul-files SUCCESS in 4m 53s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 08s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 22s
✔️ cifmw-architecture-validate-hci SUCCESS in 5m 03s
✔️ build-push-container-cifmw-client SUCCESS in 20m 31s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 4m 30s

@eduolivares
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6c2c89e3808e4024bcdea2f25532d76a

openstack-k8s-operators-content-provider FAILURE in 6m 04s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal-minor-update SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
✔️ cifmw-pod-zuul-files SUCCESS in 4m 39s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 8m 05s
✔️ cifmw-pod-pre-commit SUCCESS in 8m 27s
✔️ cifmw-architecture-validate-hci SUCCESS in 5m 32s
✔️ build-push-container-cifmw-client SUCCESS in 16m 10s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 4m 26s

@eduolivares
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4cb038cb96fd4bc0953ac3cdf7e9eaa0

openstack-k8s-operators-content-provider FAILURE in 7m 16s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal-minor-update SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
✔️ cifmw-pod-zuul-files SUCCESS in 4m 40s
✔️ noop SUCCESS in 0s
✔️ cifmw-pod-ansible-test SUCCESS in 9m 14s
✔️ cifmw-pod-pre-commit SUCCESS in 9m 05s
✔️ cifmw-architecture-validate-hci SUCCESS in 4m 16s
✔️ build-push-container-cifmw-client SUCCESS in 16m 49s
✔️ cifmw-molecule-kustomize_deploy SUCCESS in 4m 32s

@eduolivares
Copy link
Contributor Author

recheck

@eduolivares eduolivares merged commit cc92eac into openstack-k8s-operators:main Dec 12, 2025
6 checks passed
@eduolivares eduolivares deleted the fix-kustomize-olm branch December 12, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants